public class Patient
extends java.lang.Object
Java class for Patient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Patient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fiscalCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="patientFamilyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="patientGivenName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="patientBirthDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="patientGender" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fiscalCode |
protected java.lang.String |
id |
protected javax.xml.datatype.XMLGregorianCalendar |
patientBirthDate |
protected java.lang.String |
patientFamilyName |
protected java.lang.String |
patientGender |
protected java.lang.String |
patientGivenName |
| Constructor and Description |
|---|
Patient() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFiscalCode()
Gets the value of the fiscalCode property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPatientBirthDate()
Gets the value of the patientBirthDate property.
|
java.lang.String |
getPatientFamilyName()
Gets the value of the patientFamilyName property.
|
java.lang.String |
getPatientGender()
Gets the value of the patientGender property.
|
java.lang.String |
getPatientGivenName()
Gets the value of the patientGivenName property.
|
void |
setFiscalCode(java.lang.String value)
Sets the value of the fiscalCode property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPatientBirthDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the patientBirthDate property.
|
void |
setPatientFamilyName(java.lang.String value)
Sets the value of the patientFamilyName property.
|
void |
setPatientGender(java.lang.String value)
Sets the value of the patientGender property.
|
void |
setPatientGivenName(java.lang.String value)
Sets the value of the patientGivenName property.
|
protected java.lang.String id
protected java.lang.String fiscalCode
protected java.lang.String patientFamilyName
protected java.lang.String patientGivenName
protected javax.xml.datatype.XMLGregorianCalendar patientBirthDate
protected java.lang.String patientGender
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFiscalCode()
Stringpublic void setFiscalCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPatientFamilyName()
Stringpublic void setPatientFamilyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPatientGivenName()
Stringpublic void setPatientGivenName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getPatientBirthDate()
XMLGregorianCalendarpublic void setPatientBirthDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getPatientGender()
Stringpublic void setPatientGender(java.lang.String value)
value - allowed object is
String